projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2c8fc
)
(HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
author
Glenn Morris
<rgm@gnu.org>
Thu, 17 Jan 2008 04:04:51 +0000
(
04:04
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 17 Jan 2008 04:04:51 +0000
(
04:04
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 6105539df2d99857606b3b58f2612706861b249f..2320ea183700d0caf915607926dd1f3d1b15fa67 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1532,7
+1532,7
@@
AC_SYS_LARGEFILE
### The standard library on x86-64 GNU/Linux distributions can
### be located in either /usr/lib64 or /usr/lib.
case "${canonical}" in
- x86_64-*-linux-gnu* )
+ x86_64-*-linux-gnu*
| s390x-*-linux-gnu*
)
if test -d /usr/lib64; then
AC_DEFINE(HAVE_X86_64_LIB64_DIR, 1,
[Define to 1 if the file /usr/lib64 exists.])